This build will call the same build file, but with an alternate target, which might execute longer-running processes like functional tests, software inspections, etc. 这个构建调用相同的构建文件,但是执行另一个目标。这个目标可能执行长时间运行的过程,比如功能测试、软件检查等等。
Developers are generally responsible for creating unit tests and sometimes functional tests. 开发人员通常负责创建单元测试,有时负责功能测试。
Functional tests exercise the user interface through isolated HTTP requests. 功能测试通过孤立的HTTP请求检验用户接口。
Examples of functional tests include testing for a successful Web request, redirection to the correct page, proper authentication, and the correct responses for specific actions. 功能测试的示例包括测试成功的Web请求、正确的页面重定向、正确的身份验证以及对特定动作的正确响应。
With a simple rake test command, all unit and functional tests built so far can be executed together, and can easily be invoked during the development cycle. 只需使用简单的raketest命令,就可以一起执行到目前为止构建的所有单元测试和功能测试;
Should all of your tests be database-backed, or should you use mocks and stubs to isolate functional tests? 所有测试是否应该全部受数据库支撑,是否应使用mock和stub来隔离功能测试?
Now, consider one hundred functional tests that all perform a test like this. 现在,考虑如果一百个功能性测试都要这样执行测试,会怎么样。
Antipatterns: Deployments are verified by running through manual functional tests that don't focus on deployment-specific aspects. 反模式:通过运行手动功能测试来验证部署,没有关注特定于部署的方面。
You will see how to use dynamic fixtures and ERb when we show you how to perform functional tests and performance tests in the upcoming sections. 在后面的小节中解释功能测试和性能测试时,将会学习如何使用动态fixture和ERb。
Changes in the GUI's layout should not affect robust functional tests. 更改GUI的布局不应影响强健的功能测试。
System tests are very similar to functional tests. 系统测试和功能测试很相似。
It is an extremely powerful tool for running end-to-end functional tests. 它是一款用于运行端到端功能测试的超强工具。
But there's no rule that says you have to use database-backed models to do your functional tests. 但没有规定要求必须使用受数据库支撑的模型去做功能测试。
You can use unit-testing frameworks to write coarse-grained functional tests around those methods, concerning yourself primarily with the transformation of the method's input and output state. 您可以使用单元测试框架来围绕这些方法编写粗粒度功能测试,主要关注方法的输入和输出状态的转换。
Achieving higher code coverage and increasing a team's collective confidence takes a concerted effort to incorporate and execute automated component, performance, and functional tests as well. 取得更高的代码覆盖率并且增加团队的信心,需要通力合作并执行自动化组件测试、性能测试和功能测试。
Functional tests involve supplying data in a specified format repeatedly. 功能测试包括以指定格式反复提供数据。
You can also test the code in traditional ways, using debugger or performing functional tests. 你也可以采用传统方式对代码进行测试,例如使用调试器或者执行功能测试。
Developers and QA managers will continually want to provision cloud resources for multi-platform testing, run unit and functional tests in parallel, and execute effective load testing. 开发人员和QA经理会经常希望利用云资源来多平台测试、并发运行单元测试和功能测试、有效地执行负载测试。
Acceptance Tests ( also known as Functional Tests) are specified by the customer to test that the overall system is functioning as specified. 验收测试(也被称为功能测试)是由客户指定来测试整个系统是否完成既定功能。
I started relying heavily on functional tests ( over unit tests) which allowed me to test changes as a user would. 我开始严重依赖功能测试,而且超过了对单元测试的依赖,这让我能像用户那样测试应用中的变化。
Almost all functional tests simulate one ( or more) web request/ response cycles. 几乎所有的功能测试都会模拟一次或多次的web请求/响应过程。因此,在每个测试中都需要@request和@response的实例。
Functional tests are usually straight forward, since they resemble the steps a user would take with the UI. 功能测试通常是自动向前执行的,因为它们仿真用户通过UI所采取的步骤。
Before moving to the next item on the list, we should develop some functional tests to ensure that the view works correctly. 在继续下一项之前,我们应该开发一些功能测试来确保视图正确工作。
It can execute plain-text documents as automated functional tests. 也可以读取纯文本文件,执行自动化功能测试。
Experimental Study on Correlation of Quantitative CT with Pulmonary Functional Tests in Obstructive Pulmonary Emphysema 阻塞性肺气肿定量CT与肺功能检查相关性的实验研究
TestScenario is a new XML-based system to reuse unit tests as regression tests, functional tests, load tests, integration tests, and service monitors requiring no coding. 使用一个新的基于XML的系统TestScenario来重用单元测试进行回归测试,功能测试,负载测试和服务监控,无需额外编码。
We used PushToTest TestMaker to repurpose the tests as functional tests and load and performance tests. 我们使用了PushToTest的TestMaker来重新调整功能性测试和加载及性能测试。
Acceptance tests: Functional tests which input and output can be validated by a non-technical person, the product owner. 验收测试:也是功能测试,不过输入和输出可以被非技术人员&产品所有者验证。
Functional tests: ( also known as System tests) 功能测试:(也被叫做系统测试)